The correction mode of a panorama (specified by the kQTVRImagingCorrection constant) specifies a type of image correction to be applied when imaging a panoramic view. You can pass one of these values to specify a correction mode:
enum {
kQTVRNoCorrection = 0,
kQTVRPartialCorrection = 1,
kQTVRFullCorrection = 2
};
Future versions of QuickTime VR may employ warping methods that interpret these correction modes differently. You can always assume, however, that the kQTVRNoCorrection mode performs no image correction at all, and that the kQTVRFullCorrection mode performs more correction than kQTVRPartialCorrection (and hence requires more time to construct the resulting image).
| Previous | Chapter Contents | Chapter Top | Next |